home *** CD-ROM | disk | FTP | other *** search
- object FAQForm: TFAQForm
- Left = 247
- Top = 180
- Width = 575
- Height = 295
- Caption = 'Frequently Asked Questions'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object FAQMemo: TMemo
- Left = 259
- Top = 0
- Width = 308
- Height = 268
- Align = alClient
- Lines.Strings = (
- '')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object FAQListBox: TListBox
- Left = 0
- Top = 0
- Width = 259
- Height = 268
- Align = alLeft
- ItemHeight = 13
- Items.Strings = (
- 'How do I find duplicate files in different directories?'
- 'What is a Mask?'
- 'How do I scan only '#39'some'#39' drives?'
- 'How can I identify very large files?')
- TabOrder = 1
- OnClick = FAQListBoxClick
- end
- end
-